img {
	border: 0;
}

a:link {
	color: #333;
	text-decoration: none
}

a:visited {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #333;
	text-decoration: none
}

a:active {
	color: #333;
	text-decoration: none
}

ol,
ul {
	list-style: none;
}

ol,
ul,
li,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

p {
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder{color: #999;}

input , textarea {  -webkit-appearance: none;} 

.clear {
	clear: both;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 3;
}

button,
input,
select,
textarea {
	font: 14px/1 Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
}

@media (min-width: 992px) {
	body {
		letter-spacing: 1px;
	}
}

@media (min-width: 1200px) {
	body {
		letter-spacing: 2px;
	}
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

@media (min-width:1440px) {
	.container {
		width: 1380px
	}
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.box80 {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}

@media (max-width:991px) {
	.box80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width:767px) {
	.box80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.box60 {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

@media (max-width:991px) {
	.box60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.box-mt80{
	margin-top: 80px;
	overflow: hidden;
}

@media (max-width:991px) {
	.box-mt80 {
		margin-top: 60px;
	}
}

@media (max-width:767px) {
	.box-mt80 {
		margin-top: 30px;
	}
}

.box-mt50{
	margin-top: 50px;
	overflow: hidden;
}

@media (max-width:991px) {
	.box-mt50{
		margin-top: 30px;
	}
}

.box-mt30{
	margin-top: 30px;
	overflow: hidden;
}

@media (max-width:991px) {
	.box-mt30{
		margin-top: 15px;
	}
}

.bg-white{background: #fff;}
.bg-grey{background: #f8f8f8;}

.col-12 {
	width: 100%
}

.col-11 {
	width: 91.66666667%
}

.col-10 {
	width: 83.33333333%
}

.col-9 {
	width: 75%
}

.col-8 {
	width: 66.66666667%
}

.col-7 {
	width: 58.33333333%
}

.col-6 {
	width: 50%
}

.col-5 {
	width: 41.66666667%
}

.col-4 {
	width: 33.33333333%
}

.col-3 {
	width: 25%
}

.col-2 {
	width: 16.66666667%
}

.col-1 {
	width: 8.33333333%
}

/* 表单元素 */
.form-control {width: 100%; height: 40px; border: 1px solid #e4e4e4; padding: 6px 12px; border-radius: 4px; color: #555; background-color: #fff; box-sizing: border-box; display: inline-block; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-appearance: none; -webkit-appearance: none; outline: none;}
textarea.form-control { height: auto; resize: none; padding: 12px;}
